-
Notifications
You must be signed in to change notification settings - Fork 1
Deploy TensorFlow on Google Cloud C4A (Arm-based Axion VMs) #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8f1f72b to
2bd2d49
Compare
|
|
||
| **Verify Python version:** | ||
|
|
||
| Confirms that Python and pip are correctly installed and identifies their versions to ensure compatibility with TensorFlow requirements. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Confirms that Python and pip are correctly installed and identifies their versions to ensure compatibility with TensorFlow requirements. | |
| Confirm that Python and pip are correctly installed and identify their versions to ensure compatibility with TensorFlow requirements. |
| ``` | ||
|
|
||
| ### Create a Virtual Environment (Recommended) | ||
| Sets up an isolated Python environment (`tf-venv`) so TensorFlow and its dependencies don’t interfere with system-wide packages or other projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Sets up an isolated Python environment (`tf-venv`) so TensorFlow and its dependencies don’t interfere with system-wide packages or other projects. | |
| Set up an isolated Python environment (`tf-venv`) so that TensorFlow and its dependencies don’t interfere with system-wide packages or other projects. |
| python3 -m venv tf-venv | ||
| source tf-venv/bin/activate | ||
| ``` | ||
| Creates and activates an isolated Python environment to keep TensorFlow dependencies separate from system packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Creates and activates an isolated Python environment to keep TensorFlow dependencies separate from system packages. | |
| Create and activate an isolated Python environment to keep TensorFlow dependencies separate from system packages. |
| Creates and activates an isolated Python environment to keep TensorFlow dependencies separate from system packages. | ||
|
|
||
| ### Upgrade pip | ||
| Upgrades pip to the latest version for smooth and reliable package installation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Upgrades pip to the latest version for smooth and reliable package installation. | |
| Upgrade pip to the latest version for smooth and reliable package installation. |
| {{% /notice %}} | ||
|
|
||
| ### Verify installation: | ||
| Runs a quick Python command to check that TensorFlow was installed successfully and prints the installed version number for confirmation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Runs a quick Python command to check that TensorFlow was installed successfully and prints the installed version number for confirmation. | |
| Run a quick Python command to check that TensorFlow was installed successfully and print the installed version number for confirmation. |
| ``` | ||
|
|
||
| {{% notice Note %}} | ||
| TensorFlow version 2.18.0 integrated support for NumPy 2.0, which brought improved type promotion rules and computational precision. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| TensorFlow version 2.18.0 integrated support for NumPy 2.0, which brought improved type promotion rules and computational precision. | |
| TensorFlow 2.18.0 introduced compatibility with NumPy 2.0, incorporating its updated type promotion rules and improved numerical precision. |
2bd2d49 to
273e4c2
Compare
Signed-off-by: odidev <[email protected]>
273e4c2 to
7c2d62d
Compare
No description provided.